type runtime.puintptr

9 uses

	runtime (current package)
		runtime2.go#L290: type puintptr uintptr
		runtime2.go#L293: func (pp puintptr) ptr() *p { return (*p)(unsafe.Pointer(pp)) }
		runtime2.go#L296: func (pp *puintptr) set(p *p) { *pp = puintptr(unsafe.Pointer(p)) }
		runtime2.go#L567: 	p               puintptr // attached p for executing go code (nil if not executing go code)
		runtime2.go#L568: 	nextp           puintptr
		runtime2.go#L569: 	oldp            puintptr // the p that was attached before executing a syscall
		runtime2.go#L653: 	link        puintptr
		runtime2.go#L796: 	pidle        puintptr // idle p's